home *** CD-ROM | disk | FTP | other *** search
/ Network Supervisor's Toolkit / Network Supervisor's Toolkit.iso / tools / lu62 / port / portgen.h < prev    next >
Text File  |  1996-07-10  |  824b  |  50 lines

  1. struct nau {
  2.     char name[8];
  3.     unsigned type : 8;
  4.     int *link;
  5.     int linki;
  6.     struct nauseg *nauseg;
  7.     };
  8. struct mat {
  9.     unsigned daf : 8;
  10.     unsigned type : 8;
  11.     short node;
  12.     unsigned nodno : 8;
  13.     struct namtb *ntb;
  14.     unsigned flg : 8;
  15.     struct route *route;
  16.     unsigned dstno : 8;
  17.     struct tabad *tabad;
  18.     };
  19. struct aname {
  20.     char aname[8];
  21.     unsigned addr : 8;
  22.     unsigned byt : 8;
  23.     };
  24. struct dlctb {
  25.     char name[8];
  26.     unsigned rln : 8;
  27.     int *dcb;
  28.     unsigned flg : 8;
  29.     union {
  30.         struct {
  31.             unsigned dlccbi : 8;
  32.             unsigned typea : 8;
  33.             unsigned addr : 8;
  34.             } parm;
  35.         struct dlccb *dlccb;
  36.           } *pd;
  37.     };
  38. struct dlccb {
  39.     unsigned sdecb : 8;
  40.     short type;
  41.     int count;
  42.     int area;
  43.     short len;
  44.     unsigned flag0 : 8;
  45.     unsigned flag1 : 8;
  46.     int rtn;
  47.     unsigned typei : 8;
  48.     unsigned typ : 8;
  49.           };
  50.